home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / hdinst.bat < prev    next >
DOS Batch File  |  1994-02-07  |  564b  |  25 lines

  1. echo off
  2. if "%1" == "" goto noparm
  3. echo.
  4. echo Installing.... Please Wait
  5. md %1\cdmenu
  6. copy *.* %1\cdmenu >nul
  7. md %1\vpic
  8. copy \vpic\*.* %1\vpic >nul
  9. echo.
  10. echo Once you have chosen the language you wish to use press F8 to tell
  11. echo the installation program which drive your CD Rom is installed on.
  12. echo
  13. echo The program is about to start.
  14. pause
  15. %1
  16. cd\cdmenu
  17. install
  18. goto end
  19. :noparm
  20. echo.
  21. echo You are required to enter a drive letter i.e. HDINST C: will set the
  22. echo CD Rom to run from your C: drive and the directory of CDMENU
  23. echo.
  24. :end
  25.